Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

hash_code

tuple.type.hash_code

(a tuple.this.type)
 => 
u64
create hash code for this tuple

This should satisfy the following condition:

(T.equality a b) : (T.hash_code a = T.hash_code b)

This will result in a compile-time `panic` in case any element type is not hashable.
0.098dev (GIT hash 56a1cfe90e6276a3f8a774343c24ed2b7ec4ea76)
last changed: 2026-06-25